:root {
  --ink: #070b22;
  --text: #171b35;
  --muted: #687086;
  --line: #e6eaf3;
  --soft: #f7f9fe;
  --surface: #ffffff;
  --purple: #6a4df4;
  --purple-dark: #4b35d1;
  --magenta: #d91ce4;
  --blue: #4f8df7;
  --mint: #35d0ad;
  --amber: #ffbe58;
  --coral: #ff7d5c;
  --container: 1248px;
  --wide: 1440px;
  --body-font: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
  --display-font: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
  --shadow: 0 30px 90px rgba(30, 35, 75, 0.15);
  --soft-shadow: 0 18px 52px rgba(38, 48, 92, 0.08);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

.accurate-wp-page > section:not(.accurate-live) {
  display: none;
}

.accurate-wp-page .accurate-hero {
  min-height: 690px;
  padding-top: 52px;
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 125, 92, 0.14), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(53, 208, 173, 0.16), transparent 25%),
    linear-gradient(180deg, #fbfcff, #f6f8ff);
}

.accurate-wp-page .accurate-hero .inner-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 46px;
}

.accurate-wp-page .accurate-hero h1 {
  max-width: 820px;
  font-size: 52px;
  line-height: 1.04;
}

.accurate-wp-page .accurate-hero .lede {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
}

.accurate-wp-page .accurate-visual .mockup-img {
  aspect-ratio: 16 / 11;
  object-position: top center;
}

.accurate-wp-page .answer-panel {
  align-items: start;
}

.accurate-wp-page .answer-panel p + p {
  margin-top: 14px;
}

.accurate-wp-page .not-list span {
  min-height: 62px;
  border-color: rgba(255, 125, 92, 0.24);
}

.accurate-wp-page .accurate-proof .inspect-grid span {
  min-height: 82px;
}

.accurate-wp-page .accurate-static .split,
.accurate-wp-page .accurate-ownership .split {
  align-items: stretch;
}

.accurate-wp-page .accurate-static .mockup-shell {
  align-self: stretch;
  display: grid;
  align-items: center;
}

.accurate-wp-page .detailed-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accurate-wp-page .detailed-workflow .step {
  min-height: 330px;
}

.accurate-wp-page .accurate-workflow .step:nth-child(7) {
  grid-column: span 3;
  min-height: 220px;
}

.accurate-wp-page .quote-stack {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.accurate-wp-page .quote-stack span {
  min-height: 92px;
  color: #171b35;
}

.accurate-wp-page .launch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accurate-wp-page .launch-grid article {
  min-height: 255px;
}

.accurate-wp-page .limit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.accurate-wp-page .limit-card {
  min-height: 250px;
}

.accurate-wp-page .faq {
  max-width: 980px;
  margin: 0 auto;
}

.accurate-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.accurate-wp-page .related-card {
  min-height: 260px;
}

@media (max-width: 1180px) {
  .accurate-wp-page .accurate-hero .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .accurate-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accurate-wp-page .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .accurate-wp-page .detailed-workflow,
  .accurate-wp-page .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accurate-wp-page .accurate-workflow .step:nth-child(7) {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .accurate-wp-page .accurate-hero {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .accurate-wp-page .accurate-hero h1 {
    font-size: 33px;
    line-height: 1.12;
  }

  .accurate-wp-page .accurate-hero .lede {
    font-size: 16px;
    line-height: 1.58;
  }

  .accurate-wp-page .intro-grid,
  .accurate-wp-page .quote-stack,
  .accurate-wp-page .detailed-workflow,
  .accurate-wp-page .inspect-grid,
  .accurate-wp-page .launch-grid,
  .accurate-wp-page .limit-grid,
  .accurate-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .accurate-wp-page .accurate-workflow .step:nth-child(7),
  .accurate-wp-page .detailed-workflow .step,
  .accurate-wp-page .launch-grid article,
  .accurate-wp-page .limit-card,
  .accurate-wp-page .related-card {
    grid-column: auto;
    min-height: 0;
  }
}

.replit-wp-page .replit-hero {
  padding-top: 40px;
  padding-bottom: 30px;
  background:
    linear-gradient(135deg, rgba(248, 251, 255, 0.98) 0%, rgba(239, 246, 255, 0.94) 52%, rgba(255, 248, 242, 0.92) 100%);
}

.replit-wp-page .replit-hero .hero-copy {
  max-width: 760px;
}

.replit-wp-page .replit-hero h1 {
  max-width: 780px;
  font-size: 50px;
}

.replit-wp-page .replit-hero .lede {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.62;
}

.replit-wp-page .replit-hero .hero-plan-list {
  margin-top: 20px;
}

.replit-wp-page .replit-hero .hero-plan-list li {
  padding: 10px 12px;
}

.replit-wp-page .replit-visual .mockup-img {
  aspect-ratio: 16 / 11;
  object-position: top center;
}

.replit-wp-page .answer-panel p + p {
  margin-top: 14px;
}

.replit-wp-page .replit-scope-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: var(--soft-shadow);
}

.replit-wp-page .replit-scope-panel h3 {
  margin-bottom: 0;
}

.replit-wp-page .replit-scope-panel .mini-list {
  margin-top: -6px;
}

.replit-wp-page .muted-list li {
  color: #697286;
  background: rgba(248, 250, 254, 0.82);
}

.replit-wp-page .replit-source-grid,
.replit-wp-page .replit-review-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.replit-wp-page .replit-source-grid article,
.replit-wp-page .replit-review-grid article {
  min-height: 214px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: 0 16px 42px rgba(36, 44, 87, 0.08);
}

.replit-wp-page .replit-source-grid h3,
.replit-wp-page .replit-review-grid h3 {
  margin-bottom: 12px;
}

.replit-wp-page .replit-source-grid p,
.replit-wp-page .replit-review-grid p {
  margin-bottom: 0;
  color: #5c657c;
  font-size: 15px;
  line-height: 1.68;
}

.replit-wp-page .replit-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.replit-wp-page .replit-workflow .step {
  min-height: 300px;
}

.replit-wp-page .limit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.replit-wp-page .faq {
  max-width: 980px;
  margin: 0 auto;
}

.replit-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.replit-wp-page .related-card {
  min-height: 286px;
}

@media (max-width: 1180px) {
  .replit-wp-page .replit-source-grid,
  .replit-wp-page .replit-review-grid,
  .replit-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .replit-wp-page .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .replit-wp-page .replit-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .replit-wp-page .replit-hero {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .replit-wp-page .replit-hero h1 {
    font-size: 34px;
    line-height: 1.14;
  }

  .replit-wp-page .replit-scope-panel {
    padding: 22px;
  }

  .replit-wp-page .replit-source-grid,
  .replit-wp-page .replit-review-grid,
  .replit-wp-page .replit-workflow,
  .replit-wp-page .limit-grid,
  .replit-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .replit-wp-page .replit-source-grid article,
  .replit-wp-page .replit-review-grid article,
  .replit-wp-page .replit-workflow .step,
  .replit-wp-page .limit-card,
  .replit-wp-page .related-card {
    min-height: 0;
  }
}

.html-wp-page .html-wp-hero {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 125, 92, 0.14), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(53, 208, 173, 0.16), transparent 24%),
    linear-gradient(180deg, #fbfcff, #f6f8ff);
}

.ai-wp-page .ai-wp-hero {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 125, 92, 0.16), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(53, 208, 173, 0.16), transparent 25%),
    linear-gradient(180deg, #fbfcff, #f6f8ff);
}

.ai-wp-page .ai-wp-hero .lede {
  max-width: 700px;
}

.ai-wp-page .ai-wp-hero .mockup-img {
  aspect-ratio: 16 / 11;
  object-position: top center;
}

.ai-wp-page .answer-panel p + p {
  margin-top: 14px;
}

.ai-wp-page .ai-builder-strip {
  margin: 0;
}

.ai-wp-page .ai-builder-strip span {
  min-height: 78px;
}

.ai-wp-page .ai-source-strip span {
  min-height: 150px;
}

.ai-wp-page .detailed-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-wp-page .detailed-workflow .step {
  min-height: 300px;
}

.ai-wp-page .launch-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-wp-page .limit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ai-wp-page .related-card {
  min-height: 274px;
}

@media (max-width: 1180px) {
  .ai-wp-page .launch-grid,
  .ai-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-wp-page .related-grid,
  .ai-wp-page .ai-source-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .ai-wp-page .detailed-workflow,
  .ai-wp-page .issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ai-wp-page .inner-hero {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .ai-wp-page .inner-hero h1 {
    font-size: 32px;
  }

  .ai-wp-page .intro-grid,
  .ai-wp-page .quote-stack,
  .ai-wp-page .process-strip,
  .ai-wp-page .detailed-workflow,
  .ai-wp-page .issue-grid,
  .ai-wp-page .inspect-grid,
  .ai-wp-page .launch-grid,
  .ai-wp-page .limit-grid,
  .ai-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

.ai-wp-page .ai-builder-strip span,
  .ai-wp-page .ai-source-strip span,
  .ai-wp-page .detailed-workflow .step,
  .ai-wp-page .related-card {
    min-height: 0;
  }
}

.framer-wp-page .framer-wp-hero {
  padding-top: 52px;
  padding-bottom: 42px;
  background: linear-gradient(180deg, #fbfcff, #f7f9fe);
}

.framer-wp-page .framer-wp-hero .inner-hero-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(420px, 0.86fr);
  gap: 44px;
}

.framer-wp-page .framer-wp-hero .hero-copy {
  max-width: 720px;
}

.framer-wp-page .framer-wp-hero h1 {
  max-width: 720px;
  font-size: 46px;
  line-height: 1.06;
}

.framer-wp-page .framer-wp-hero .lede {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.65;
}

.framer-wp-page .framer-wp-visual .mockup-img {
  aspect-ratio: 16 / 11;
  object-position: top center;
}

.framer-wp-page .section.framer-wp-intro {
  padding-top: 72px;
  padding-bottom: 72px;
}

.framer-wp-page .source-card {
  max-width: none;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: var(--soft-shadow);
}

.framer-wp-page .framer-site-card {
  background: linear-gradient(180deg, #ffffff, #f8fff9);
}

.framer-wp-page .framer-source-strip span {
  min-height: 176px;
}

.framer-wp-page .detailed-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.framer-wp-page .detailed-workflow .step {
  min-height: 312px;
}

.framer-wp-page .framer-inspect-grid span {
  min-height: 84px;
}

.framer-wp-page .launch-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.framer-wp-page .limit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.framer-wp-page .faq {
  max-width: 980px;
  margin: 0 auto;
}

.framer-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.framer-wp-page .related-card {
  min-height: 278px;
}

@media (max-width: 1180px) {
  .framer-wp-page .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .framer-wp-page .related-grid,
  .framer-wp-page .framer-source-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .framer-wp-page .framer-wp-hero .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .framer-wp-page .detailed-workflow,
  .framer-wp-page .issue-grid,
  .framer-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .framer-wp-page .inner-hero {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .framer-wp-page .inner-hero h1 {
    font-size: 32px;
  }

  .framer-wp-page .section.framer-wp-intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .framer-wp-page .intro-grid,
  .framer-wp-page .quote-stack,
  .framer-wp-page .process-strip,
  .framer-wp-page .detailed-workflow,
  .framer-wp-page .issue-grid,
  .framer-wp-page .inspect-grid,
  .framer-wp-page .launch-grid,
  .framer-wp-page .limit-grid,
  .framer-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .framer-wp-page .framer-source-strip span,
  .framer-wp-page .detailed-workflow .step,
  .framer-wp-page .related-card {
    min-height: 0;
  }
}

.lovable-wp-page > section:not(.lovable-live),
.lovable-wp-page > .cta-band:not(.lovable-live) {
  display: none;
}

.lovable-wp-page .html-wp-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(106, 77, 244, 0.11), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(53, 208, 173, 0.16), transparent 24%),
    linear-gradient(180deg, #fbfcff, #f6f8ff);
}

.lovable-wp-page .detailed-workflow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lovable-wp-page .detailed-workflow .step {
  min-height: 286px;
}

.lovable-wp-page .launch-grid,
.lovable-wp-page .limit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lovable-wp-page .limit-card {
  min-height: 260px;
}

.lovable-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lovable-wp-page .related-card {
  min-height: 260px;
}

.html-wp-page .html-wp-hero .lede {
  max-width: 760px;
}

.html-wp-page .html-wp-visual .mockup-img {
  aspect-ratio: 16 / 11;
  object-position: top center;
}

.v0-wp-page .v0-wp-hero {
  padding-top: 44px;
  padding-bottom: 24px;
}

.v0-wp-page .v0-wp-hero h1 {
  font-size: 48px;
}

.v0-wp-page .v0-wp-hero .lede {
  font-size: 18px;
}

.v0-wp-page .v0-wp-hero .hero-plan-list li {
  padding: 11px 12px;
}

@media (max-width: 720px) {
  .v0-wp-page .v0-wp-hero {
    min-height: 640px;
    padding-top: 36px;
    padding-bottom: 34px;
  }

  .v0-wp-page .v0-wp-hero h1 {
    font-size: 35px;
    line-height: 1.14;
  }

  .v0-wp-page .v0-wp-hero .lede {
    font-size: 16px;
    line-height: 1.62;
  }
}

.html-wp-intro {
  padding-top: 72px;
  padding-bottom: 72px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 56px;
  align-items: start;
}

.intro-copy {
  max-width: 820px;
}

.intro-copy p:not(.eyebrow) {
  max-width: 760px;
  color: #505a73;
  font-size: 19px;
  line-height: 1.78;
}

.not-list,
.quote-stack,
.process-strip,
.inspect-grid {
  display: grid;
  gap: 10px;
}

.not-list span,
.quote-stack span,
.process-strip span,
.inspect-grid span {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(220, 226, 242, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #33405f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 12px 28px rgba(37, 45, 88, 0.06);
}

.not-list span {
  border-color: rgba(255, 125, 92, 0.22);
  background: linear-gradient(180deg, #ffffff, #fff8f5);
}

.quote-stack {
  margin: 28px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-stack span {
  color: #171b35;
  background:
    radial-gradient(circle at 92% 12%, rgba(106, 77, 244, 0.1), transparent 28%),
    #ffffff;
}

.process-strip {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: stretch;
}

.process-strip span {
  min-height: 154px;
  align-items: flex-end;
  background:
    radial-gradient(circle at 18% 16%, rgba(53, 208, 173, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff, #f7fbff);
}

.issue-grid,
.launch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.issue-grid article,
.launch-grid article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(79, 141, 247, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
  box-shadow: var(--soft-shadow);
}

.issue-grid h3,
.launch-grid h3 {
  margin-bottom: 12px;
}

.issue-grid p,
.launch-grid p {
  margin-bottom: 0;
  color: #5c657c;
  font-size: 15px;
  line-height: 1.7;
}

.detailed-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detailed-workflow .step {
  min-height: 304px;
}

.inspect-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.inspect-grid span {
  min-height: 70px;
  justify-content: center;
  text-align: center;
  color: var(--purple-dark);
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 190, 88, 0.16), transparent 28%),
    #ffffff;
}

.fit-section .split {
  align-items: stretch;
}

.fit-section .copy-block {
  max-width: none;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: var(--soft-shadow);
}

.fit-section .not-magic {
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 125, 92, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff, #fffaf8);
}

.html-wp-page .launch-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.html-wp-page .launch-grid article {
  min-height: 245px;
}

.html-wp-page .limit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.html-wp-page .limit-card {
  min-height: 246px;
}

.html-wp-page .faq {
  max-width: 980px;
  margin: 0 auto;
}

.html-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.html-wp-page .related-card {
  min-height: 252px;
}

@media (max-width: 1180px) {
  .process-strip,
  .html-wp-page .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-strip span {
    min-height: 130px;
  }

  .html-wp-page .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .intro-grid,
  .fit-section .split {
    grid-template-columns: 1fr;
  }

  .detailed-workflow,
  .issue-grid,
  .html-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inspect-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .html-wp-intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .intro-grid,
  .quote-stack,
  .process-strip,
  .detailed-workflow,
  .issue-grid,
  .inspect-grid,
  .html-wp-page .launch-grid,
  .html-wp-page .limit-grid,
  .html-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .intro-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .process-strip span,
  .detailed-workflow .step,
  .html-wp-page .launch-grid article,
  .html-wp-page .limit-card,
  .html-wp-page .related-card {
    min-height: 0;
  }

  .fit-section .copy-block {
    padding: 22px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(226, 231, 244, 0.78);
  backdrop-filter: blur(18px);
}

.nav-inner,
.section,
.footer-inner,
.logo-strip,
.cta-band {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
}

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 120px;
}

.brand img {
  width: 132px;
  height: auto;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.nav-link,
.footer-link {
  color: #1f2540;
  font-size: 14px;
  font-weight: 750;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}

.nav-direct {
  padding: 8px 12px;
  border: 1px solid rgba(106, 77, 244, 0.12);
  border-radius: 999px;
  background: rgba(106, 77, 244, 0.06);
}

.nav-direct:hover,
.nav-direct[aria-current="page"] {
  border-color: rgba(106, 77, 244, 0.28);
  background: rgba(106, 77, 244, 0.1);
}

.has-mega .nav-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
}

.nav-link:hover,
.nav-item.active .nav-link,
.nav-link[aria-current="page"] {
  color: var(--purple-dark);
  border-bottom-color: var(--purple);
}

.mega-panel {
  position: fixed;
  top: 76px;
  left: 50%;
  z-index: 30;
  width: min(1120px, calc(100vw - 48px));
  padding: 16px;
  display: grid;
  grid-template-columns: 0.78fr 1.55fr 0.72fr;
  gap: 14px;
  border: 1px solid rgba(218, 225, 242, 0.95);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 12%, rgba(106, 77, 244, 0.12), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(53, 208, 173, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.97);
  box-shadow: 0 30px 90px rgba(26, 34, 75, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 14px) scale(0.982);
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out), visibility 220ms var(--ease-out);
  backdrop-filter: blur(24px);
}

.mega-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  height: 24px;
}

.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel,
.has-mega.mega-open .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.mega-copy {
  min-height: 300px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(79, 141, 247, 0.22), transparent 24%),
    linear-gradient(145deg, #0b1028, #19204a 54%, #5b42e8);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.mega-copy::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 86px;
  height: 86px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06));
  transform: rotate(8deg);
}

.mega-copy span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mega-copy strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 850;
}

.mega-copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mega-link {
  min-height: 76px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(226, 231, 244, 0.8);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  transition: transform 180ms var(--ease-out), border-color 180ms var(--ease-out), background 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}

.mega-link:hover,
.mega-link[aria-current="page"] {
  transform: translateY(-2px);
  border-color: rgba(106, 77, 244, 0.24);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(39, 47, 91, 0.08);
}

.mega-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--purple-dark);
  background: rgba(106, 77, 244, 0.12);
  box-shadow: inset 0 0 0 1px rgba(106, 77, 244, 0.12);
}

.mega-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.mega-icon-edit,
.mega-icon-form {
  color: #168b75;
  background: rgba(53, 208, 173, 0.14);
  box-shadow: inset 0 0 0 1px rgba(53, 208, 173, 0.18);
}

.mega-icon-gauge,
.mega-icon-credit {
  color: #bb5a1a;
  background: rgba(255, 183, 77, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 183, 77, 0.22);
}

.mega-icon-shield,
.mega-icon-scale {
  color: #2563eb;
  background: rgba(75, 139, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(75, 139, 255, 0.18);
}

.mega-icon-users,
.mega-icon-book {
  color: #b43b66;
  background: rgba(241, 87, 137, 0.12);
  box-shadow: inset 0 0 0 1px rgba(241, 87, 137, 0.16);
}

.mega-text {
  display: grid;
  gap: 4px;
}

.mega-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.mega-link small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.mega-feature {
  min-height: 300px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(226, 231, 244, 0.86);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 12%, rgba(53, 208, 173, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff, #f6f9ff);
}

.mega-feature span {
  width: fit-content;
  margin-bottom: auto;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(53, 208, 173, 0.12);
  color: #168b75;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mega-feature strong {
  display: block;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
  font-weight: 850;
}

.mega-feature p {
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.mega-feature a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
}

.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid #d9deec;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(43, 48, 90, 0.07);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out), filter 220ms var(--ease-out);
}

.button:hover {
  transform: translateY(-3px);
  border-color: #c9d0e4;
  box-shadow: 0 12px 28px rgba(43, 48, 90, 0.1);
}

.button.accent,
.button.primary {
  border-color: var(--purple);
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--magenta));
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 76px max(28px, calc((100% - var(--wide)) / 2)) 44px;
  display: grid;
  align-items: start;
  justify-items: center;
  text-align: center;
  background-image:
    radial-gradient(circle at 12% 27%, rgba(255, 145, 100, 0.22), transparent 21%),
    radial-gradient(circle at 88% 18%, rgba(78, 150, 255, 0.26), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.9) 76%, #ffffff 96%),
    url("../images/hero-clouds.png");
  background-size: cover;
  background-position: center top;
}

.inner-hero {
  min-height: auto;
  padding-top: 72px;
  padding-bottom: 70px;
  text-align: left;
}

.inner-hero-grid {
  width: min(var(--wide), calc(100% - 56px));
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 58px;
  align-items: center;
}

.inner-hero .hero-copy {
  max-width: 620px;
}

.inner-hero h1 {
  max-width: 700px;
  margin-left: 0;
  font-size: 54px;
}

.inner-hero .lede {
  max-width: 620px;
  margin-left: 0;
  font-size: 19px;
}

.inner-hero .hero-actions {
  justify-content: flex-start;
}

.hero-plan-list {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.hero-plan-list li {
  padding: 12px 14px;
  border: 1px solid rgba(210, 217, 237, 0.86);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  color: #4f5872;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(39, 47, 91, 0.06);
}

.inner-visual {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(209, 218, 240, 0.92);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.visual-topbar,
.visual-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.visual-topbar {
  padding: 2px 8px 13px;
  color: #64708a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.visual-topbar strong {
  color: var(--purple-dark);
}

.visual-metrics {
  margin-top: 12px;
}

.visual-metrics span {
  flex: 1;
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: var(--radius-sm);
  background: #f8faff;
  color: #4d5872;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), color 220ms var(--ease-out);
}

.visual-metrics span:hover {
  transform: translateY(-3px);
  background: #eef3ff;
  color: var(--purple-dark);
}

.hero.home {
  min-height: 760px;
}

.hero.home .hero-copy {
  max-width: 940px;
}

.hero.home h1 {
  max-width: 960px;
}

.hero-title-rotator {
  max-width: 980px;
}

.rotating-source {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  margin: 0 0.03em;
  padding: 0.03em 0.18em 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.24em;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(100deg, var(--purple-dark), var(--magenta) 42%, var(--blue));
  color: #fff;
  filter: none;
  font: inherit;
  line-height: 0.96;
  text-align: center;
  text-shadow: 0 1px 12px rgba(18, 11, 75, 0.32);
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 34px rgba(87, 66, 210, 0.22);
  transition: box-shadow 260ms var(--ease-out), transform 260ms var(--ease-out);
  vertical-align: baseline;
}

.rotating-source .rotate-token {
  display: inline-block;
  transform: translateY(0) rotate(0deg);
  opacity: 1;
  filter: blur(0);
  transition:
    opacity 340ms var(--ease-out),
    transform 340ms var(--ease-out),
    filter 340ms var(--ease-out);
  transition-delay: calc(var(--char-index, 0) * 28ms);
}

.rotating-source.is-leaving .rotate-token {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(-0.36em) rotate(-2deg);
}

.rotating-source.is-entering .rotate-token {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(0.38em) rotate(2deg);
}

.hero.home .lede {
  max-width: 800px;
}

.hero.home .mockup-shell {
  width: min(1160px, 96%);
  margin: 34px auto 0;
}

.hero.home .mockup-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(207, 216, 238, 0.95);
  border-radius: var(--radius-lg);
  opacity: 1;
  filter: none;
  box-shadow: var(--shadow);
}

.hero.home .proof-strip {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  z-index: 4;
  margin: 24px auto 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 910px;
}

.eyebrow {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 14px;
  border: 1px solid rgba(201, 210, 232, 0.86);
  border-radius: 999px;
  color: #555f7c;
  background: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 940px;
  margin: 0 auto 18px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 72px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0;
}

.lede {
  max-width: 770px;
  margin: 0 auto 24px;
  color: #525c77;
  font-size: 20px;
  line-height: 1.75;
}

.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.mockup-shell {
  position: relative;
  z-index: 3;
  width: min(1160px, 96%);
  margin: 34px auto 0;
}

.mockup-shell::before {
  content: "";
  position: absolute;
  inset: auto 4% -30px;
  height: 92px;
  border-radius: 50%;
  background: rgba(89, 81, 190, 0.18);
  filter: blur(30px);
  z-index: -1;
}

.mockup-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(207, 216, 238, 0.95);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-concept-section .split,
.home-evidence .split {
  gap: 58px;
}

.feature-concept-shell {
  width: min(720px, 100%);
}

.feature-concept-img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.hero-video {
  object-fit: cover;
}

.hero-youtube {
  position: relative;
  overflow: hidden;
}

.hero-youtube iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.float-pill {
  position: absolute;
  z-index: 4;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(207, 216, 238, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #5e657d;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(46, 55, 104, 0.12);
}

.float-left {
  left: -26px;
  top: 16%;
}

.float-right {
  right: -22px;
  top: 24%;
}

.proof-strip {
  position: relative;
  z-index: 4;
  width: min(980px, 96%);
  margin: 24px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.proof-strip li,
.tag {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #697188;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 8px 18px rgba(39, 47, 91, 0.05);
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), color 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}

.proof-strip li:hover,
.tag:hover {
  transform: translateY(-3px);
  border-color: rgba(106, 77, 244, 0.28);
  color: var(--purple-dark);
  box-shadow: 0 12px 26px rgba(39, 47, 91, 0.09);
}

.logo-strip {
  padding: 42px 0 58px;
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 34px;
  align-items: center;
}

.logo-strip p {
  margin: 0;
  color: #4c556e;
  font-size: 14px;
  font-weight: 750;
}

.source-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.source-logos span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #8990a5;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(39, 47, 91, 0.05);
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), color 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}

.source-logos span:hover {
  transform: translateY(-3px);
  border-color: rgba(106, 77, 244, 0.28);
  color: var(--purple-dark);
  box-shadow: 0 12px 26px rgba(39, 47, 91, 0.09);
}

.section {
  padding: 96px 0;
}

.section.tight {
  padding-top: 56px;
}

.section.alt {
  width: 100%;
  max-width: none;
  padding-left: max(28px, calc((100% - var(--container)) / 2));
  padding-right: max(28px, calc((100% - var(--container)) / 2));
  background:
    radial-gradient(circle at 11% 16%, rgba(255, 125, 92, 0.12), transparent 21%),
    radial-gradient(circle at 91% 17%, rgba(79, 141, 247, 0.13), transparent 24%),
    linear-gradient(180deg, #fbfcff, #f5f7ff);
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head p,
.card p,
.feature-card p,
.copy-block p,
.step p,
.faq summary + p,
.price-card p,
.related-card p,
.resource-card p {
  color: var(--muted);
  font-size: 16px;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.copy-block {
  max-width: 540px;
}

.grid {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}

.outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.card,
.feature-card,
.detail-card,
.step,
.price-card,
.related-card,
.blog-card,
.faq details,
.resource-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out), border-color 260ms var(--ease-out), background 260ms var(--ease-out);
}

.feature-card,
.detail-card,
.step,
.related-card,
.blog-card,
.resource-card {
  padding: 28px;
}

.blog-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 86% 12%, rgba(79, 141, 247, 0.13), transparent 24%),
    linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: var(--soft-shadow);
}

.blog-card span {
  width: fit-content;
  margin-bottom: 28px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(106, 77, 244, 0.09);
  color: var(--purple-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.blog-card small {
  margin-top: auto;
  color: var(--purple-dark);
  font-size: 13px;
  font-weight: 900;
}

.detail-card {
  min-height: 280px;
  background:
    radial-gradient(circle at 82% 14%, rgba(106, 77, 244, 0.1), transparent 22%),
    linear-gradient(180deg, #ffffff, #fafbff);
  box-shadow: var(--soft-shadow);
}

.detail-card p {
  margin-bottom: 0;
  color: #586178;
  font-size: 16px;
  line-height: 1.75;
}

.feature-card {
  grid-column: span 4;
  min-height: 386px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
  box-shadow: var(--soft-shadow);
}

.feature-card:hover,
.detail-card:hover,
.step:hover,
.price-card:hover,
.related-card:hover,
.blog-card:hover,
.resource-card:hover {
  transform: translateY(-7px);
  border-color: rgba(106, 77, 244, 0.26);
  box-shadow: 0 26px 70px rgba(36, 44, 87, 0.13);
}

.feature-card:nth-child(6n + 1) {
  grid-column: span 5;
}

.feature-card:nth-child(6n + 2) {
  grid-column: span 3;
}

.feature-card:nth-child(6n + 3) {
  grid-column: span 4;
}

.feature-card .icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--purple);
  font-size: 13px;
  font-weight: 800;
}

.feature-card h3 {
  max-width: 360px;
}

.feature-card p {
  max-width: 430px;
  line-height: 1.7;
}

.feature-card.no-preview {
  min-height: 260px;
}

.feature-card.no-preview p {
  margin-bottom: 0;
}

.feature-card:nth-child(4n + 2) .icon {
  background: var(--mint);
}

.feature-card:nth-child(4n + 3) .icon {
  background: var(--blue);
}

.feature-card:nth-child(4n + 4) .icon {
  background: var(--magenta);
}

.card-preview {
  margin-top: auto;
  overflow: hidden;
  border: 1px solid #edf0f7;
  border-radius: var(--radius);
  background: #f9fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.card-preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.section.home-workflow-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding: 78px max(28px, calc((100% - var(--container)) / 2)) 74px;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 30%, rgba(79, 141, 247, 0.13), transparent 34%),
    radial-gradient(circle at 20% 80%, rgba(53, 208, 173, 0.12), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #ffffff 100%);
}

.home-workflow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(218, 225, 240, 0.42) 1px, transparent 1px),
    linear-gradient(180deg, rgba(218, 225, 240, 0.38) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at 50% 48%, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 82%);
  opacity: 0.62;
}

.module-section-head {
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}

.module-section-head h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  line-height: 1.06;
}

.module-section-head p:not(.module-kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: #788298;
  font-size: 17px;
  line-height: 1.75;
}

.module-kicker {
  width: fit-content;
  min-height: 30px;
  margin: 0 auto 16px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(207, 216, 238, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #6f7890;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(38, 48, 92, 0.06);
}

.module-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(79, 141, 247, 0.12);
}

.home-module-map {
  position: relative;
  width: min(1080px, 100%);
  min-height: 560px;
  margin: 0 auto;
}

.module-core-card,
.module-card {
  position: absolute;
  border: 1px solid rgba(221, 227, 240, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: 0 34px 80px rgba(45, 55, 96, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 260ms var(--ease-out), border-color 260ms var(--ease-out), box-shadow 260ms var(--ease-out), background 260ms var(--ease-out);
}

.module-core-card {
  left: 50%;
  top: 132px;
  z-index: 3;
  width: min(342px, 90%);
  min-height: 0;
  padding: 22px;
  transform: translateX(-50%);
}

.module-card {
  z-index: 2;
  width: 260px;
  height: 178px;
  padding: 18px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  overflow: hidden;
}

.module-core-card:hover,
.module-card:hover {
  transform: translateY(-8px) rotate(0deg);
  border-color: rgba(79, 141, 247, 0.34);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 42px 110px rgba(45, 55, 96, 0.18);
}

.module-core-card:hover {
  transform: translateX(-50%) translateY(-8px);
}

.module-card-1 {
  left: 10px;
  top: 72px;
  transform: rotate(-3deg);
  --module-accent: var(--blue);
}

.module-card-2 {
  right: 26px;
  top: 86px;
  transform: rotate(3deg);
  --module-accent: #9b68f8;
}

.module-card-3 {
  left: 92px;
  bottom: 122px;
  transform: rotate(2deg);
  --module-accent: var(--mint);
}

.module-card-4 {
  right: 94px;
  bottom: 110px;
  transform: rotate(-2deg);
  --module-accent: var(--amber);
}

.module-card-5 {
  left: 344px;
  bottom: 62px;
  transform: rotate(-1deg);
  --module-accent: var(--coral);
}

.module-card-6 {
  right: 340px;
  top: 10px;
  transform: rotate(1deg);
  --module-accent: #44b6f8;
}

.module-label {
  display: block;
  margin-bottom: 12px;
  color: #98a2b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.module-core-card h3,
.module-card h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.14;
}

.module-core-card p,
.module-card p {
  margin: 0;
  color: #808ba0;
  font-size: 12.5px;
  line-height: 1.45;
}

.module-core-card h3 {
  font-size: 21px;
  line-height: 1.18;
}

.module-core-card p {
  font-size: 13.5px;
  line-height: 1.55;
}

.module-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.module-dot {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--module-accent, var(--blue));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--module-accent, var(--blue)) 14%, transparent);
}

.module-card-ui {
  width: 100%;
  min-height: 22px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.58fr;
  gap: 8px;
  align-items: end;
  align-self: end;
}

.module-card-ui span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: #d9dee9;
}

.module-ui-observe span:nth-child(3),
.module-ui-change span:nth-child(2),
.module-ui-check span:nth-child(1) {
  height: 19px;
  background: color-mix(in srgb, var(--module-accent, var(--blue)) 32%, #d9dee9);
}

.module-ui-core-link span,
.module-ui-find span,
.module-ui-own span {
  height: 15px;
  border-radius: 8px;
}

.module-core-window {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #e4e9f3;
  border-radius: 8px;
  background: #f8fafc;
}

.module-window-bar {
  height: 32px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #e6ebf5;
  background: #fff;
}

.module-window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d4dae6;
}

.module-window-bar span:nth-child(1) {
  background: var(--coral);
}

.module-window-bar span:nth-child(2) {
  background: var(--amber);
}

.module-window-bar span:nth-child(3) {
  background: var(--mint);
}

.module-window-body {
  padding: 13px;
}

.module-skeleton {
  display: block;
  height: 9px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #dce2ed;
}

.module-skeleton.wide {
  width: 76%;
}

.module-skeleton:not(.wide):not(.short) {
  width: 58%;
}

.module-skeleton.short {
  width: 42%;
}

.module-window-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.module-window-grid span {
  min-height: 32px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.1)),
    #e8edf5;
}

.module-core-path {
  margin-top: 14px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 8px;
  align-items: center;
  color: #6c758c;
  font-size: 11.5px;
  font-weight: 850;
}

.module-core-path i {
  height: 1px;
  background: linear-gradient(90deg, rgba(79, 141, 247, 0.18), rgba(53, 208, 173, 0.72));
}

.module-connector {
  position: absolute;
  z-index: 1;
  border: 1px dashed rgba(146, 158, 184, 0.35);
  pointer-events: none;
}

.module-connector-a {
  left: 260px;
  top: 220px;
  width: 210px;
}

.module-connector-b {
  right: 276px;
  top: 234px;
  width: 188px;
}

.module-connector-c {
  left: 300px;
  bottom: 206px;
  width: 198px;
}

.module-connector-d {
  right: 302px;
  bottom: 194px;
  width: 180px;
}

.module-source-strip {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(760px, 92%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  transform: translateX(-50%);
}

.module-source-strip span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #e2e7f1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #7a8397;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(38, 48, 92, 0.05);
}

.section.home-workflow-section.image-workflow-section {
  padding: 96px max(28px, calc((100% - var(--container)) / 2));
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 26%, rgba(79, 141, 247, 0.12), transparent 36%),
    radial-gradient(circle at 16% 78%, rgba(53, 208, 173, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 54%, #ffffff 100%);
}

.image-workflow-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.image-workflow-head h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
  line-height: 1.06;
}

.image-workflow-head p:not(.module-kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: #69738a;
  font-size: 17px;
  line-height: 1.72;
}

.workflow-image-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.workflow-image-card {
  position: relative;
  min-height: 430px;
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid rgba(217, 224, 241, 0.94);
  border-radius: 8px;
  background: #eaf0f8;
  box-shadow: 0 28px 76px rgba(38, 48, 92, 0.12);
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out), border-color 260ms var(--ease-out);
}

.workflow-image-card.wide {
  grid-column: span 8;
}

.workflow-image-card.tall {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 600px;
}

.workflow-image-card:hover {
  transform: translateY(-6px);
  border-color: rgba(79, 141, 247, 0.28);
  box-shadow: 0 34px 94px rgba(38, 48, 92, 0.17);
}

.workflow-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 420ms var(--ease-out), filter 420ms var(--ease-out);
}

.workflow-image-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.03) contrast(1.02);
}

.workflow-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 28, 0.03) 0%, rgba(5, 10, 28, 0.05) 42%, rgba(5, 10, 28, 0.62) 100%);
  pointer-events: none;
}

.workflow-image-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(8, 13, 33, 0.68);
  color: #fff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.workflow-image-copy span {
  display: block;
  margin-bottom: 10px;
  color: rgba(237, 244, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.workflow-image-copy h3 {
  max-width: 520px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 23px;
  line-height: 1.14;
}

.workflow-image-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(237, 244, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .section.home-workflow-section.image-workflow-section {
    padding: 78px 20px;
  }

  .image-workflow-head h2 {
    font-size: 42px;
  }

  .workflow-image-card,
  .workflow-image-card.wide,
  .workflow-image-card.tall {
    grid-column: span 6;
    grid-row: auto;
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .section.home-workflow-section.image-workflow-section {
    padding: 58px 16px;
  }

  .image-workflow-head {
    margin-bottom: 28px;
  }

  .image-workflow-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .image-workflow-head p:not(.module-kicker) {
    font-size: 16px;
    line-height: 1.62;
  }

  .workflow-image-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .workflow-image-card,
  .workflow-image-card.wide,
  .workflow-image-card.tall {
    grid-column: 1 / -1;
    min-height: 430px;
  }

  .workflow-image-card img {
    min-height: 430px;
  }

  .workflow-image-copy {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 15px;
  }

  .workflow-image-copy h3 {
    font-size: 21px;
  }

  .workflow-image-copy p {
    font-size: 13.5px;
  }
}

@media (max-width: 1040px) {
  .section.home-workflow-section {
    padding: 84px 20px;
  }

  .module-section-head {
    margin-bottom: 30px;
  }

  .module-section-head h2 {
    font-size: 42px;
  }

  .home-module-map {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .module-core-card,
  .module-card,
  .module-source-strip {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
  }

  .module-core-card {
    grid-column: 1 / -1;
  }

  .module-core-card:hover,
  .module-card:hover {
    transform: translateY(-6px);
  }

  .module-card {
    min-height: 190px;
  }

  .module-source-strip {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 4px;
  }

  .module-connector {
    display: none;
  }
}

@media (max-width: 680px) {
  .section.home-workflow-section {
    padding: 64px 16px;
  }

  .module-section-head {
    margin-bottom: 26px;
  }

  .module-section-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .module-section-head p:not(.module-kicker) {
    font-size: 16px;
    line-height: 1.65;
  }

  .home-module-map {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .module-core-card,
  .module-card {
    min-height: 0;
    padding: 20px;
  }

  .module-core-card h3,
  .module-card h3 {
    font-size: 21px;
  }

  .module-card p {
    display: block;
    overflow: visible;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .module-dot {
    top: 24px;
    right: 24px;
  }

  .module-core-window {
    margin-top: 20px;
  }

  .module-window-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .module-window-grid span {
    min-height: 44px;
  }

  .module-source-strip {
    justify-content: flex-start;
  }
}

.what-you-get-visual {
  position: relative;
  isolation: isolate;
  width: min(1180px, 100%);
  margin: 40px auto 0;
  padding: 12px;
  overflow: visible;
  border: 1px solid rgba(218, 224, 242, 0.96);
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 12%, rgba(106, 77, 244, 0.12), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(53, 208, 173, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.98));
  box-shadow: 0 30px 92px rgba(31, 39, 76, 0.12);
}

.what-you-get-visual::before {
  content: "";
  position: absolute;
  inset: 7%;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(106, 77, 244, 0.16), rgba(53, 208, 173, 0.1), rgba(255, 125, 92, 0.12));
  filter: blur(42px);
  opacity: 0.8;
}

.what-you-get-visual img {
  width: 100%;
  max-width: none;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(31, 39, 76, 0.1);
}

.feature-orbit {
  --orbit-size: min(560px, calc(100vw - 112px));
  --orbit-radius: calc(var(--orbit-size) * 0.47);
  min-height: 700px;
  display: grid;
  place-items: center;
  padding: 34px 310px;
  overflow: visible;
}

.orbit-wheel {
  position: relative;
  isolation: isolate;
  width: var(--orbit-size);
  height: var(--orbit-size);
}

.orbit-ring,
.orbit-spokes {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-ring-outer {
  border: 1px solid rgba(106, 77, 244, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(106, 77, 244, 0.05), transparent 46%),
    conic-gradient(from -90deg, rgba(106, 77, 244, 0.18), rgba(53, 208, 173, 0.2), rgba(79, 141, 247, 0.18), rgba(217, 28, 228, 0.14), rgba(106, 77, 244, 0.18));
  mask: radial-gradient(circle, transparent 66%, #000 67%);
}

.orbit-ring-inner {
  inset: 16%;
  border: 1px dashed rgba(104, 112, 134, 0.22);
}

.orbit-spokes {
  background: repeating-conic-gradient(from -90deg, rgba(106, 77, 244, 0.15) 0 1deg, transparent 1deg calc(360deg / var(--feature-count)));
  mask: radial-gradient(circle, transparent 27%, #000 28%, #000 47%, transparent 48%);
  opacity: 0.62;
}

.orbit-center {
  position: absolute;
  inset: 20%;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(214, 222, 243, 0.92);
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(160deg, #ffffff, #eef4ff);
  box-shadow: 0 30px 86px rgba(31, 39, 76, 0.18);
}

.orbit-center::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -80px 90px rgba(7, 11, 34, 0.16);
  pointer-events: none;
}

.orbit-preview-stack {
  position: absolute;
  inset: 12px;
  overflow: hidden;
  border-radius: 24px;
  background: #f8fbff;
}

.orbit-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  filter: blur(12px) saturate(0.94);
  transform: scale(1.045);
  transition: opacity 420ms var(--ease-out), filter 420ms var(--ease-out), transform 620ms var(--ease-out);
}

.orbit-preview.is-active {
  opacity: 1;
  filter: blur(0) saturate(1.04);
  transform: scale(1);
}

.orbit-center-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(7, 11, 34, 0.72);
  color: #fff;
  backdrop-filter: blur(14px);
}

.orbit-center-copy span,
.orbit-callout span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orbit-center-copy strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.orbit-node-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%) rotate(var(--orbit-angle)) translateX(var(--orbit-radius)) rotate(var(--orbit-angle-neg));
  animation: surfaceIn 680ms var(--ease-out) both;
  animation-delay: var(--stagger, 0ms);
}

.orbit-node {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220, 226, 242, 0.96);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--orbit-color, var(--purple));
  box-shadow: 0 18px 46px rgba(31, 39, 76, 0.12);
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 260ms var(--ease-out), color 260ms var(--ease-out), background 260ms var(--ease-out), border-color 260ms var(--ease-out), box-shadow 260ms var(--ease-out);
}

.orbit-node:hover,
.orbit-node:focus-visible,
.orbit-node.is-active {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--orbit-color) 44%, #ffffff);
  background: color-mix(in srgb, var(--orbit-color) 11%, #ffffff);
  box-shadow: 0 24px 62px rgba(31, 39, 76, 0.18);
}

.orbit-node:focus-visible {
  outline: 3px solid rgba(106, 77, 244, 0.34);
  outline-offset: 4px;
}

.orbit-platform {
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: 26px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--orbit-color) 32%, #ffffff), rgba(255, 255, 255, 0.76)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.62), transparent 36%);
  opacity: 0;
  transform: perspective(360px) rotateX(28deg) rotateZ(-7deg) scale(0.86);
  box-shadow: 0 24px 54px color-mix(in srgb, var(--orbit-color) 24%, transparent);
  transition: opacity 280ms var(--ease-out), transform 280ms var(--ease-out);
}

.orbit-node:hover .orbit-platform,
.orbit-node:focus-visible .orbit-platform,
.orbit-node.is-active .orbit-platform {
  opacity: 1;
  transform: perspective(360px) rotateX(18deg) rotateZ(-7deg) scale(1);
}

.orbit-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}

.orbit-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.2;
}

.orbit-callout {
  position: absolute;
  z-index: 6;
  width: 278px;
  padding: 20px;
  border: 1px solid rgba(221, 226, 242, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 62px rgba(31, 39, 76, 0.13);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(16px);
  transition: opacity 260ms var(--ease-out), transform 260ms var(--ease-out);
}

.orbit-callout span {
  color: var(--orbit-color, var(--purple));
}

.orbit-callout h3 {
  margin: 8px 0 6px;
  font-size: 20px;
  line-height: 1.16;
}

.orbit-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.orbit-side-right .orbit-callout {
  left: calc(100% + 20px);
  top: 50%;
  transform: translate(10px, -50%) scale(0.96);
}

.orbit-side-left .orbit-callout {
  right: calc(100% + 20px);
  top: 50%;
  text-align: right;
  transform: translate(-10px, -50%) scale(0.96);
}

.orbit-side-top .orbit-callout {
  left: 50%;
  bottom: calc(100% + 18px);
  text-align: center;
  transform: translate(-50%, -10px) scale(0.96);
}

.orbit-side-bottom .orbit-callout {
  left: 50%;
  top: calc(100% + 18px);
  text-align: center;
  transform: translate(-50%, 10px) scale(0.96);
}

.orbit-callout.is-active {
  opacity: 1;
}

.orbit-side-right .orbit-callout.is-active,
.orbit-side-left .orbit-callout.is-active {
  transform: translate(0, -50%) scale(1);
}

.orbit-side-top .orbit-callout.is-active,
.orbit-side-bottom .orbit-callout.is-active {
  transform: translate(-50%, 0) scale(1);
}

.fluid-card-stack {
  display: flex;
  align-items: stretch;
  gap: 16px;
  min-height: 560px;
  padding: 4px;
  perspective: 1200px;
}

.fluid-card {
  --card-rgb: 106, 77, 244;
  --card-accent: #6a4df4;
  --card-accent-2: #35d0ad;
  position: relative;
  isolation: isolate;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(204, 212, 234, 0.92);
  border-radius: 30px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--card-rgb), 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 255, 0.94));
  box-shadow: 0 22px 62px rgba(31, 39, 76, 0.1);
  cursor: pointer;
  transition: flex 720ms var(--ease-out), transform 360ms var(--ease-out), box-shadow 360ms var(--ease-out), border-color 360ms var(--ease-out), background 360ms var(--ease-out);
}

.fluid-card:nth-child(2) {
  --card-rgb: 53, 208, 173;
  --card-accent: #35d0ad;
  --card-accent-2: #4f8df7;
}

.fluid-card:nth-child(3) {
  --card-rgb: 79, 141, 247;
  --card-accent: #4f8df7;
  --card-accent-2: #d91ce4;
}

.fluid-card:nth-child(4) {
  --card-rgb: 255, 190, 88;
  --card-accent: #ffbe58;
  --card-accent-2: #6a4df4;
}

.fluid-card:nth-child(5) {
  --card-rgb: 217, 28, 228;
  --card-accent: #d91ce4;
  --card-accent-2: #4f8df7;
}

.fluid-card:nth-child(6) {
  --card-rgb: 255, 125, 92;
  --card-accent: #ff7d5c;
  --card-accent-2: #35d0ad;
}

.fluid-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.95), transparent 24%),
    radial-gradient(circle at 78% 86%, rgba(var(--card-rgb), 0.22), transparent 32%);
  opacity: 0.95;
  transition: opacity 360ms var(--ease-out), transform 720ms var(--ease-out);
}

.fluid-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 29px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), inset 0 -1px 0 rgba(7, 11, 34, 0.04);
  pointer-events: none;
}

.fluid-card-content {
  min-height: 560px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 22px;
}

.fluid-card-top {
  display: grid;
  gap: 18px;
}

.fluid-card-step {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(31, 39, 76, 0.12);
  backdrop-filter: blur(14px);
}

.fluid-card-copy {
  display: grid;
  gap: 12px;
  max-width: 440px;
}

.fluid-card h3 {
  margin: 0;
  color: #0d1330;
  font-size: 18px;
  line-height: 1.08;
  text-wrap: balance;
  transition: color 320ms var(--ease-out), font-size 320ms var(--ease-out), max-width 320ms var(--ease-out);
}

.fluid-card p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.58;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 300ms var(--ease-out), transform 300ms var(--ease-out), max-height 300ms var(--ease-out);
}

.fluid-card-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 320ms var(--ease-out), transform 320ms var(--ease-out), max-height 320ms var(--ease-out);
}

.fluid-card-tools span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.fluid-card-visual {
  position: relative;
  min-height: 208px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(217, 224, 242, 0.95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(31, 39, 76, 0.1);
  transform: translateZ(0);
  transition: min-height 680ms var(--ease-out), border-color 360ms var(--ease-out), box-shadow 360ms var(--ease-out), transform 680ms var(--ease-out);
}

.fluid-card-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.04) contrast(1.02);
  transition: transform 680ms var(--ease-out), filter 360ms var(--ease-out);
}

.fluid-card-note,
.fluid-card-score {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  color: #111833;
  background: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(31, 39, 76, 0.14);
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  transition: opacity 300ms var(--ease-out), transform 300ms var(--ease-out);
  backdrop-filter: blur(16px);
}

.fluid-card-note {
  left: 16px;
  bottom: 16px;
}

.fluid-card-score {
  top: 16px;
  right: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.fluid-card:hover,
.fluid-card:focus-visible,
.fluid-card.is-active {
  flex: 4.1 1 0;
  transform: translateY(-8px) rotateX(0.001deg);
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(var(--card-rgb), 0.48), transparent 34%),
    linear-gradient(135deg, #070b22 0%, #111b4a 46%, #251568 100%);
  box-shadow: 0 34px 96px rgba(31, 39, 76, 0.2), 0 0 0 8px rgba(var(--card-rgb), 0.05);
}

.fluid-card:hover::before,
.fluid-card:focus-visible::before,
.fluid-card.is-active::before {
  opacity: 0.42;
  transform: scale(1.08);
}

.fluid-card:hover h3,
.fluid-card:focus-visible h3,
.fluid-card.is-active h3 {
  max-width: 460px;
  color: #fff;
  font-size: 34px;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.fluid-card:hover p,
.fluid-card:focus-visible p,
.fluid-card.is-active p {
  max-height: 190px;
  opacity: 1;
  transform: translateY(0);
}

.fluid-card:hover .fluid-card-step,
.fluid-card:focus-visible .fluid-card-step,
.fluid-card.is-active .fluid-card-step {
  color: #fff;
  background: linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow: 0 14px 34px rgba(var(--card-rgb), 0.34);
}

.fluid-card:hover .fluid-card-tools,
.fluid-card:focus-visible .fluid-card-tools,
.fluid-card.is-active .fluid-card-tools {
  max-height: 90px;
  opacity: 1;
  transform: translateY(0);
}

.fluid-card:hover .fluid-card-visual,
.fluid-card:focus-visible .fluid-card-visual,
.fluid-card.is-active .fluid-card-visual {
  min-height: 292px;
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28), 0 0 0 8px rgba(255, 255, 255, 0.08);
  transform: translateY(2px);
}

.fluid-card:hover .fluid-card-visual img,
.fluid-card:focus-visible .fluid-card-visual img,
.fluid-card.is-active .fluid-card-visual img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.fluid-card:hover .fluid-card-note,
.fluid-card:hover .fluid-card-score,
.fluid-card:focus-visible .fluid-card-note,
.fluid-card:focus-visible .fluid-card-score,
.fluid-card.is-active .fluid-card-note,
.fluid-card.is-active .fluid-card-score {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fluid-card:focus-visible {
  outline: 3px solid rgba(106, 77, 244, 0.46);
  outline-offset: 4px;
}

.hero-flow-wrap {
  position: relative;
  isolation: isolate;
  z-index: 3;
  width: min(1160px, 96%);
  margin: 40px auto 0;
  padding: 12px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    rgba(8, 12, 30, 0.68);
  box-shadow:
    0 42px 110px rgba(20, 30, 75, 0.28),
    0 0 0 1px rgba(83, 184, 255, 0.12);
}

.hero-flow-wrap::before {
  content: "";
  position: absolute;
  inset: -64px -48px -70px;
  z-index: -2;
  border-radius: 46px;
  background:
    radial-gradient(circle at 50% 48%, rgba(77, 181, 255, 0.58), transparent 40%),
    radial-gradient(circle at 18% 62%, rgba(178, 78, 255, 0.42), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255, 176, 105, 0.3), transparent 22%);
  filter: blur(18px);
  opacity: 0.82;
  animation: heroGlowPulse 6s ease-in-out infinite;
}

.hero-video-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(201, 229, 255, 0.24);
  border-radius: 22px;
  background: #050506;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 26px 80px rgba(5, 13, 38, 0.36);
}

.hero-video-shell::before,
.hero-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-video-shell::before {
  z-index: 2;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.2) 42%, transparent 50% 100%),
    radial-gradient(circle at 72% 18%, rgba(107, 196, 255, 0.28), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.42;
  transform: translateX(-54%);
  animation: heroVideoSheen 7s ease-in-out infinite;
}

.hero-video-shell::after {
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(77, 181, 255, 0.16),
    inset 0 -70px 100px rgba(3, 8, 24, 0.32);
}

.hero-glow-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.08) contrast(1.03);
}

@keyframes heroGlowPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.98;
    transform: scale(1.02);
  }
}

@keyframes heroVideoSheen {
  0%,
  38% {
    transform: translateX(-58%);
    opacity: 0;
  }

  58% {
    opacity: 0.44;
  }

  100% {
    transform: translateX(58%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow-wrap::before,
  .hero-video-shell::before {
    animation: none;
  }

  .hero-glow-video {
    transform: none;
  }
}

.mini-list {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.mini-list li {
  position: relative;
  padding-left: 32px;
  color: #38415c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.mini-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(53, 208, 173, 0.14);
  color: #168b75;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(53, 208, 173, 0.22);
}

.answer-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.answer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 48px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.answer-panel h2 {
  max-width: 820px;
  margin-bottom: 16px;
}

.answer-panel p {
  max-width: 860px;
  margin-bottom: 0;
  color: #4f5870;
  font-size: 19px;
  line-height: 1.75;
}

.answer-panel .mini-list {
  margin-top: 4px;
}

.proof-examples-section .section-head {
  max-width: 900px;
}

.proof-table td:first-child {
  color: var(--ink);
  font-weight: 850;
}

.proof-table td:nth-child(2) {
  color: var(--purple-dark);
  font-weight: 850;
}

.limit-grid,
.pricing-answer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.limit-card,
.pricing-answer {
  min-height: 228px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: 0 16px 42px rgba(36, 44, 87, 0.08);
  transition: transform 240ms var(--ease-out), border-color 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}

.limit-card:hover,
.pricing-answer:hover {
  transform: translateY(-5px);
  border-color: rgba(106, 77, 244, 0.24);
  box-shadow: 0 24px 60px rgba(36, 44, 87, 0.12);
}

.limit-card h3,
.pricing-answer h3 {
  margin-bottom: 12px;
}

.limit-card p,
.pricing-answer p {
  margin-bottom: 0;
  color: #5c657c;
  font-size: 15px;
  line-height: 1.68;
}

.pricing-answer-block {
  margin-top: 76px;
}

.qa-note {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(217, 224, 242, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.qa-note strong,
.qa-note span {
  display: block;
}

.qa-note strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 16px;
}

.qa-note span {
  color: #5d6579;
  font-size: 15px;
  line-height: 1.7;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-roadmap {
  position: relative;
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.home-roadmap::before {
  content: "";
  position: absolute;
  top: 54px;
  bottom: 54px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(106, 77, 244, 0.15), rgba(79, 141, 247, 0.42), rgba(53, 208, 173, 0.22));
  transform: translateX(-50%);
}

.roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.roadmap-node {
  position: relative;
  z-index: 1;
  grid-column: 2;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 224, 242, 0.95);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #f8f9ff);
  box-shadow: 0 22px 52px rgba(36, 44, 87, 0.14);
}

.roadmap-node img {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  object-fit: cover;
}

.roadmap-node span {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--purple);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(106, 77, 244, 0.26);
}

.roadmap-copy {
  min-height: 164px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 12%, rgba(79, 141, 247, 0.11), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
  box-shadow: var(--soft-shadow);
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out), border-color 260ms var(--ease-out);
}

.roadmap-item:nth-child(odd) .roadmap-copy {
  grid-column: 1;
  grid-row: 1;
}

.roadmap-item:nth-child(even) .roadmap-copy {
  grid-column: 3;
}

.roadmap-copy:hover {
  transform: translateY(-5px);
  border-color: rgba(106, 77, 244, 0.26);
  box-shadow: 0 26px 70px rgba(36, 44, 87, 0.13);
}

.roadmap-kicker {
  margin-bottom: 10px;
  color: var(--purple-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.roadmap-copy h3 {
  margin-bottom: 10px;
}

.roadmap-copy p:not(.roadmap-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.step {
  min-height: 218px;
  padding: 28px;
  box-shadow: var(--soft-shadow);
}

.step-number {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--purple);
  font-size: 13px;
  font-weight: 800;
}

.stat-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stat {
  min-height: 188px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 18%, rgba(106, 77, 244, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff, #f8f9ff);
  box-shadow: var(--soft-shadow);
}

.stat strong {
  display: block;
  margin-bottom: 52px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 44px;
  line-height: 1;
}

.stat span {
  color: #6c748a;
  font-size: 15px;
  font-weight: 700;
}

.price-card {
  position: relative;
  padding: 34px;
  box-shadow: var(--soft-shadow);
}

.discount-pill {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 125, 92, 0.12);
  color: #b54828;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card.highlight {
  border-color: rgba(106, 77, 244, 0.55);
  background: linear-gradient(180deg, #ffffff, #f8f6ff);
}

.price {
  margin: 18px 0 20px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
}

.old-price {
  margin-right: 10px;
  color: #a4adc0;
  font-size: 24px;
  text-decoration: line-through;
}

.price small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.invite-form {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.invite-form label {
  display: grid;
  gap: 8px;
}

.invite-form label span {
  color: #414b66;
  font-size: 13px;
  font-weight: 850;
}

.invite-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid #dce3f2;
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}

.invite-form input:focus {
  border-color: rgba(106, 77, 244, 0.7);
  box-shadow: 0 0 0 4px rgba(106, 77, 244, 0.12);
}

.form-note,
.invite-message {
  margin: 0;
  color: #697188;
  font-size: 12px;
  font-weight: 750;
}

.invite-message {
  color: var(--purple-dark);
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
}

.comparison th,
.comparison td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison th {
  background: #f7f8ff;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.comparison tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 680px) {
  .comparison {
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .comparison thead {
    display: none;
  }

  .comparison tbody {
    display: grid;
    gap: 14px;
  }

  .comparison tr {
    display: block;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--soft-shadow);
  }

  .comparison th,
  .comparison td {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .comparison td:first-child {
    background: #f7f8ff;
    color: #14142b;
    font-weight: 850;
  }

  .comparison td:nth-child(2)::before,
  .comparison td:nth-child(3)::before {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .comparison td:nth-child(2)::before {
    content: "Tahmir AI workflow";
  }

  .comparison td:nth-child(3)::before {
    content: "Alternative workflow";
  }

  .proof-table td:nth-child(2)::before {
    content: "Result";
  }

  .proof-table td:nth-child(3)::before {
    content: "What to inspect";
  }

  .comparison tr:last-child td,
  .comparison td:last-child {
    border-bottom: 0;
  }

  .comparison-section .comparison {
    box-shadow: none;
  }
}

.inline-links {
  max-width: 900px;
  color: #505a72;
  font-size: 18px;
  line-height: 1.8;
}

.inline-links a {
  color: var(--purple-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 0 24px;
  box-shadow: 0 10px 32px rgba(43, 48, 90, 0.045);
}

.faq summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--purple);
  font-weight: 950;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  margin-bottom: 20px;
}

.cta-band {
  margin-top: 30px;
  margin-bottom: 72px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  border: 1px solid #dfe5f4;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(106, 77, 244, 0.28), transparent 26%),
    #080b20;
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  color: #fff;
  font-size: 40px;
}

.cta-band p {
  max-width: 700px;
  margin-bottom: 0;
  color: #cfd5e7;
  font-size: 18px;
}

.cta-band .eyebrow {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cta-actions .invite-form {
  min-width: min(370px, 100%);
  margin-top: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.cta-actions .invite-form label span,
.cta-actions .form-note,
.cta-actions .invite-message {
  color: #e8ecff;
}

.security-hero .lede {
  max-width: 680px;
}

.security-visual {
  display: grid;
  gap: 12px;
}

.security-visual .mockup-img {
  aspect-ratio: 16 / 10;
  object-position: top center;
}

.security-hero-checks {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.security-hero-checks span {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(220, 227, 243, 0.94);
  border-radius: 8px;
  background: #ffffff;
  color: #3f4a65;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 12px 28px rgba(35, 44, 86, 0.07);
}

.security-risk-grid,
.security-boundary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 58px;
  align-items: center;
}

.security-risk-board,
.security-question-panel,
.security-boundary-callout {
  border: 1px solid rgba(218, 226, 244, 0.96);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(53, 208, 173, 0.13), transparent 26%),
    linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: var(--soft-shadow);
}

.security-risk-board {
  padding: 30px;
}

.security-risk-board h3 {
  margin-bottom: 18px;
}

.security-risk-board ul,
.security-question-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.security-risk-board li,
.security-question-list span {
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 42px;
  border: 1px solid #e8edf7;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #414b66;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.security-risk-board li::before,
.security-question-list span::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(53, 208, 173, 0.14);
}

.security-question-panel {
  padding: 28px;
}

.security-question-panel .eyebrow {
  margin-bottom: 18px;
}

.security-protection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-protection-card,
.security-checklist-grid article,
.security-mistake-grid article {
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(79, 141, 247, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: var(--soft-shadow);
  transition: transform 240ms var(--ease-out), border-color 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}

.security-protection-card:hover,
.security-checklist-grid article:hover,
.security-mistake-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(106, 77, 244, 0.24);
  box-shadow: 0 24px 60px rgba(36, 44, 87, 0.12);
}

.security-protection-card span {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.security-protection-card:nth-child(2n) span {
  background: var(--mint);
}

.security-protection-card:nth-child(3n) span {
  background: var(--blue);
}

.security-protection-card p,
.security-checklist-grid p,
.security-mistake-grid p {
  margin-bottom: 0;
  color: #5a647c;
  font-size: 15px;
  line-height: 1.68;
}

.security-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-workflow .step {
  border-radius: 8px;
}

.security-checklist-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.security-checklist-grid article {
  min-height: 214px;
}

.security-checklist-grid h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f8;
}

.security-boundary-grid h2 {
  max-width: 760px;
}

.security-boundary-grid p {
  max-width: 850px;
  color: #4f5870;
}

.security-boundary-callout {
  min-height: 270px;
  padding: 34px;
  display: grid;
  align-content: end;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 190, 88, 0.2), transparent 28%),
    linear-gradient(135deg, #0c1028, #1b2251 58%, #3b77e8);
  color: #fff;
}

.security-boundary-callout strong,
.security-boundary-callout span {
  display: block;
}

.security-boundary-callout strong {
  max-width: 360px;
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--display-font);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 850;
}

.security-boundary-callout span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 750;
}

.security-mistake-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.security-mistake-grid article {
  grid-column: span 2;
}

.security-mistake-grid article:first-child,
.security-mistake-grid article:nth-child(2) {
  grid-column: span 3;
}

.security-limits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.security-limits span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(213, 222, 242, 0.96);
  border-radius: 999px;
  background: #fff;
  color: #45506b;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(36, 44, 87, 0.06);
}

.breadcrumb {
  display: none;
}

.page-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.page-index a {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: #4a5269;
  font-size: 14px;
  font-weight: 750;
}

.policy-section {
  background: #fff;
}

.policy-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.policy-doc-header {
  padding-bottom: 28px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.policy-doc-header h2 {
  margin: 8px 0 10px;
  color: #151a2e;
  font-size: 34px;
  line-height: 1.1;
}

.policy-subtitle {
  margin: 0 0 10px;
  color: #333a54;
  font-size: 18px;
  font-weight: 750;
}

.policy-meta {
  margin: 0 0 14px;
  color: #4a5269;
  font-size: 14px;
  font-weight: 700;
}

.policy-note {
  max-width: 820px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(106, 77, 244, 0.18);
  border-radius: var(--radius-sm);
  background: #f8f7ff;
  color: #4a5269;
  font-size: 14px;
  line-height: 1.6;
}

.policy-content h2 {
  margin: 36px 0 12px;
  color: #151a2e;
  font-size: 24px;
  line-height: 1.25;
}

.policy-content h3 {
  margin: 24px 0 10px;
  color: #252b44;
  font-size: 18px;
  line-height: 1.35;
}

.policy-content p {
  margin: 0 0 14px;
  color: #4a5269;
  font-size: 16px;
  line-height: 1.78;
}

.policy-content a {
  color: #4f46e5;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section {
  background: #fff;
}

.legal-heading {
  max-width: 840px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  min-width: 0;
}

.legal-toc {
  position: sticky;
  top: 104px;
  min-width: 0;
  max-height: calc(100vh - 130px);
  overflow: auto;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fbfcff;
  box-shadow: var(--soft-shadow);
}

.legal-toc strong {
  display: block;
  margin-bottom: 12px;
  color: #151a2e;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid #edf1f8;
  color: #4a5269;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.legal-toc a:hover {
  color: var(--purple-dark);
}

.legal-document {
  min-width: 0;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.legal-doc-head {
  padding-bottom: 26px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.legal-subtitle {
  margin: 0 0 10px;
  color: #333a54;
  font-size: 18px;
  font-weight: 800;
}

.legal-date {
  margin: 0 0 14px;
  color: #4a5269;
  font-size: 14px;
  font-weight: 750;
}

.legal-note {
  max-width: 860px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(106, 77, 244, 0.18);
  border-radius: var(--radius-sm);
  background: #f8f7ff;
  color: #4a5269;
  font-size: 14px;
  line-height: 1.62;
}

.legal-document h2 {
  scroll-margin-top: 108px;
  margin: 38px 0 12px;
  color: #151a2e;
  font-size: 26px;
  line-height: 1.2;
}

.legal-document h3 {
  scroll-margin-top: 108px;
  margin: 26px 0 10px;
  color: #252b44;
  font-size: 18px;
  line-height: 1.35;
}

.legal-document p,
.legal-document li {
  color: #4a5269;
  font-size: 16px;
  line-height: 1.78;
}

.legal-document p {
  margin: 0 0 14px;
}

.legal-document ul {
  margin: 0 0 18px;
  padding-left: 24px;
}

.legal-document li {
  margin: 0 0 10px;
}

.legal-document a {
  color: #4f46e5;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-table-wrap {
  min-width: 0;
  overflow-x: auto;
  margin: 18px 0 28px;
}

.legal-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #fff;
}

.legal-table th,
.legal-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: #4a5269;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: #f7f9fe;
  color: #252b44;
  font-weight: 850;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  padding: 64px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
}

.footer-brand img {
  width: 154px;
  margin-bottom: 18px;
}

.footer-brand p {
  color: var(--muted);
  font-size: 14px;
}

.footer-col h3 {
  margin-bottom: 12px;
  color: #333a54;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  margin: 8px 0;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.theme-0 { --theme-a: rgba(106, 77, 244, 0.18); --theme-b: rgba(79, 141, 247, 0.14); }
.theme-1 { --theme-a: rgba(53, 208, 173, 0.18); --theme-b: rgba(79, 141, 247, 0.13); }
.theme-2 { --theme-a: rgba(255, 125, 92, 0.16); --theme-b: rgba(106, 77, 244, 0.13); }
.theme-3 { --theme-a: rgba(217, 28, 228, 0.14); --theme-b: rgba(79, 141, 247, 0.13); }
.theme-4 { --theme-a: rgba(255, 190, 88, 0.18); --theme-b: rgba(53, 208, 173, 0.13); }
.theme-5 { --theme-a: rgba(79, 141, 247, 0.18); --theme-b: rgba(255, 125, 92, 0.12); }
.theme-6 { --theme-a: rgba(106, 77, 244, 0.14); --theme-b: rgba(53, 208, 173, 0.12); }
.theme-7 { --theme-a: rgba(217, 28, 228, 0.12); --theme-b: rgba(255, 190, 88, 0.14); }

.inner-hero,
.section.alt {
  background-image:
    radial-gradient(circle at 12% 18%, var(--theme-a, rgba(106, 77, 244, 0.14)), transparent 24%),
    radial-gradient(circle at 88% 14%, var(--theme-b, rgba(79, 141, 247, 0.12)), transparent 25%),
    linear-gradient(180deg, #fbfcff, #f6f8ff);
}

.commercial-hero .inner-visual,
.commercial-details .detail-card,
.pricing-section .price-card {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 125, 92, 0.12), transparent 24%),
    linear-gradient(180deg, #fff, #fbfcff);
}

.comparison-section .comparison {
  box-shadow: var(--soft-shadow);
}

.trust-hero,
.trust-details {
  background-image:
    radial-gradient(circle at 14% 20%, rgba(53, 208, 173, 0.12), transparent 24%),
    linear-gradient(180deg, #fbfffd, #f8fbff);
}

[data-animate] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out);
}

[data-animate].animate-in {
  opacity: 1;
  transform: translateY(0);
}

.fluid-card[data-animate] {
  transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out), flex 720ms var(--ease-out), box-shadow 360ms var(--ease-out), border-color 360ms var(--ease-out), background 360ms var(--ease-out);
}

.fluid-card[data-animate].animate-in:hover,
.fluid-card[data-animate].animate-in:focus-visible,
.fluid-card[data-animate].animate-in.is-active {
  transform: translateY(-8px) rotateX(0.001deg);
}

.feature-card,
.fluid-card,
.detail-card,
.step,
.roadmap-node,
.roadmap-copy,
.price-card,
.stat,
.related-card,
.blog-card,
.faq details {
  animation: surfaceIn 680ms var(--ease-out) both;
  animation-delay: var(--stagger, 0ms);
}

.feature-card:nth-child(2),
.detail-card:nth-child(2),
.step:nth-child(2),
.price-card:nth-child(2),
.related-card:nth-child(2),
.blog-card:nth-child(2),
.faq details:nth-child(2) { --stagger: 80ms; }

.feature-card:nth-child(3),
.detail-card:nth-child(3),
.step:nth-child(3),
.price-card:nth-child(3),
.related-card:nth-child(3),
.blog-card:nth-child(3),
.faq details:nth-child(3) { --stagger: 160ms; }

.feature-card:nth-child(4),
.step:nth-child(4),
.related-card:nth-child(4),
.blog-card:nth-child(4),
.faq details:nth-child(4) { --stagger: 240ms; }

.mockup-shell,
.inner-visual {
  animation: floatIn 900ms var(--ease-out) both;
}

.float-pill {
  animation: pillFloat 5.5s ease-in-out infinite;
}

.float-right {
  animation-delay: 1.2s;
}

@keyframes surfaceIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pillFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .nav-inner,
  .section,
  .footer-inner,
  .logo-strip,
  .cta-band {
    width: min(var(--container), calc(100% - 40px));
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .hero,
  .hero.home {
    min-height: auto;
    padding-top: 72px;
  }

  .split,
  .split.reverse,
  .inner-hero-grid,
  .logo-strip,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .inner-hero {
    text-align: center;
  }

  .inner-hero .hero-copy,
  .inner-hero h1,
  .inner-hero .lede {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-hero .hero-actions {
    justify-content: center;
  }

  .pricing-grid,
  .blog-grid,
  .stat-band,
  .detail-grid,
  .limit-grid,
  .pricing-answer-grid,
  .outcome-grid,
  .page-index,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .answer-panel {
    grid-template-columns: 1fr;
  }

  .security-hero-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-risk-grid,
  .security-boundary-grid {
    grid-template-columns: 1fr;
  }

  .security-protection-grid,
  .security-workflow,
  .security-checklist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security-mistake-grid article,
  .security-mistake-grid article:first-child,
  .security-mistake-grid article:nth-child(2) {
    grid-column: auto;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: relative;
    top: auto;
    max-height: none;
  }

  .legal-toc a {
    display: inline-flex;
    width: calc(50% - 6px);
    margin-right: 8px;
    vertical-align: top;
  }

  .feature-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .feature-card,
  .feature-card:nth-child(6n + 1),
  .feature-card:nth-child(6n + 2),
  .feature-card:nth-child(6n + 3) {
    grid-column: span 6;
  }

  .feature-orbit {
    --orbit-size: min(500px, calc(100vw - 96px));
    min-height: 650px;
    padding: 24px 240px;
  }

  .orbit-callout {
    width: 238px;
    padding: 18px;
  }

  .orbit-callout h3 {
    font-size: 18px;
  }

  .orbit-callout p {
    font-size: 13px;
  }

  .fluid-card-stack {
    min-height: 470px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 4px 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .fluid-card {
    flex: 0 0 176px;
    scroll-snap-align: start;
  }

  .fluid-card:hover,
  .fluid-card:focus-visible,
  .fluid-card.is-active {
    flex-basis: min(430px, calc(100vw - 80px));
  }

  .fluid-card-content {
    min-height: 470px;
  }

  .hero-flow-wrap {
    width: min(100% - 40px, var(--wide));
    padding: 10px;
    margin-top: 32px;
    border-radius: 26px;
  }

  .hero-video-shell {
    border-radius: 18px;
  }

  .workflow,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roadmap-item {
    grid-template-columns: minmax(0, 1fr) 104px minmax(0, 1fr);
    gap: 20px;
  }

  .roadmap-node {
    width: 104px;
    height: 104px;
    border-radius: 26px;
  }

  .roadmap-node img {
    width: 78px;
    height: 78px;
    border-radius: 22px;
  }

  .roadmap-copy {
    padding: 24px;
  }

  .source-logos {
    justify-content: flex-start;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    grid-template-columns: 1fr;
    max-height: calc(100vh - 100px);
    overflow: auto;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-item {
    border: 1px solid #edf0f7;
    border-radius: var(--radius-sm);
    background: #f8f9fd;
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 0;
    border-radius: var(--radius-sm);
  }

  .mega-panel {
    position: static;
    width: 100%;
    padding: 0 10px 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    backdrop-filter: none;
  }

  .mega-panel::before {
    display: none;
  }

  .has-mega:hover .mega-panel,
  .has-mega:focus-within .mega-panel,
  .has-mega.mega-open .mega-panel {
    transform: none;
  }

  .mega-copy {
    display: none;
  }

  .mega-feature {
    display: none;
  }

  .mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-link {
    min-height: 64px;
    padding: 12px;
    grid-template-columns: 28px 1fr;
    border-color: #edf0f7;
    background: #fff;
  }

  .mega-icon {
    width: 28px;
    height: 28px;
    border-radius: 9px;
  }

  .mega-icon svg {
    width: 16px;
    height: 16px;
  }

  .mobile-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-actions {
    display: none;
  }
}

@media (max-width: 680px) {
  body {
    background: #fff;
  }

  .page-shell {
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .nav-inner,
  .section,
  .footer-inner,
  .logo-strip,
  .cta-band {
    width: min(var(--container), calc(100% - 32px));
  }

  .brand img {
    width: 132px;
  }

  .legal-document {
    padding: 26px 18px;
  }

  .legal-document h2 {
    font-size: 22px;
  }

  .legal-document h3 {
    font-size: 17px;
  }

  .legal-document p,
  .legal-document li {
    font-size: 15px;
  }

  .legal-toc {
    padding: 18px;
  }

  .legal-toc a {
    width: 100%;
    margin-right: 0;
  }

  .legal-table {
    min-width: 560px;
  }

  .answer-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .answer-panel {
    gap: 22px;
    padding: 24px 0;
  }

  .answer-panel p {
    font-size: 16px;
  }

  .limit-grid,
  .pricing-answer-grid {
    grid-template-columns: 1fr;
  }

  .limit-card,
  .pricing-answer {
    min-height: 0;
    padding: 20px;
  }

  .pricing-answer-block {
    margin-top: 44px;
  }

  .nav-links {
    left: 16px;
    right: 16px;
  }

  .mega-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 58px 16px 40px;
  }

  .hero.home {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 40px;
  }

  .hero.home .hero-copy {
    padding-bottom: 0;
  }

  .hero.home .proof-strip {
    width: 100%;
    bottom: auto;
    gap: 6px;
  }

  .proof-strip li,
  .tag {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  h2 {
    font-size: 33px;
  }

  .lede {
    font-size: 17px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .mockup-shell {
    width: 100%;
    margin-top: 28px;
  }

  .mockup-img {
    aspect-ratio: 4 / 3;
  }

  .what-you-get-visual {
    width: calc(100vw - 32px);
    margin-top: 30px;
    padding: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 24px;
    scrollbar-width: thin;
  }

  .what-you-get-visual img {
    width: auto;
    min-width: 760px;
    max-width: none;
    border-radius: 18px;
  }

  .fluid-card-stack {
    display: grid;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .fluid-card,
  .fluid-card:hover,
  .fluid-card:focus-visible,
  .fluid-card.is-active {
    min-height: 350px;
    transform: none;
  }

  .fluid-card-content {
    min-height: 350px;
    padding: 20px;
  }

  .fluid-card h3,
  .fluid-card:hover h3,
  .fluid-card:focus-visible h3,
  .fluid-card.is-active h3 {
    max-width: 100%;
    font-size: 25px;
  }

  .fluid-card p,
  .fluid-card:hover p,
  .fluid-card:focus-visible p,
  .fluid-card.is-active p {
    max-height: 180px;
    opacity: 1;
    transform: none;
  }

  .fluid-card p {
    color: #5d6579;
  }

  .fluid-card:hover p,
  .fluid-card:focus-visible p,
  .fluid-card.is-active p {
    color: rgba(255, 255, 255, 0.82);
  }

  .fluid-card-visual,
  .fluid-card:hover .fluid-card-visual,
  .fluid-card:focus-visible .fluid-card-visual,
  .fluid-card.is-active .fluid-card-visual {
    min-height: 210px;
  }

  .hero-flow-wrap {
    width: 100%;
    margin-top: 28px;
    padding: 7px;
    border-radius: 20px;
  }

  .hero-video-shell {
    aspect-ratio: 4 / 3;
    border-radius: 15px;
  }

  .hero-flow-wrap::before {
    inset: -34px -22px -44px;
  }

  .inner-hero-grid {
    width: min(100% - 32px, var(--wide));
    gap: 28px;
  }

  .inner-hero {
    position: relative;
    min-height: max(650px, calc(100vh - 96px));
    padding-top: 44px;
    padding-bottom: 46px;
    overflow: hidden;
  }

  .inner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      radial-gradient(circle at 48% 18%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62) 42%, rgba(255, 255, 255, 0.92) 82%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.82), #fff 96%);
    pointer-events: none;
  }

  .inner-hero .hero-copy {
    position: relative;
    z-index: 2;
  }

  .inner-hero h1 {
    font-size: 35px;
    line-height: 1.14;
  }

  .inner-hero .lede {
    font-size: 16px;
    line-height: 1.62;
  }

  .inner-hero .hero-plan-list {
    display: none;
  }

  .inner-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0.36;
    pointer-events: none;
  }

  .inner-visual .mockup-img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
  }

  .inner-visual .visual-metrics,
  .inner-visual .visual-topbar,
  .security-hero-checks {
    display: none;
  }

  .visual-topbar {
    font-size: 10px;
  }

  .hero-plan-list,
  .visual-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .visual-metrics span {
    min-height: 38px;
    font-size: 11px;
  }

  .float-pill {
    display: none;
  }

  .section,
  .section.alt {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section.alt {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-grid,
  .pricing-grid,
  .blog-grid,
  .workflow,
  .stat-band,
  .related-grid,
  .detail-grid,
  .outcome-grid,
  .page-index,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-orbit {
    --orbit-size: 100%;
    min-height: 0;
    padding: 0;
    display: block;
  }

  .orbit-wheel {
    width: 100%;
    height: auto;
    display: grid;
    gap: 14px;
  }

  .orbit-ring,
  .orbit-spokes {
    display: none;
  }

  .orbit-center {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 280px;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
  }

  .orbit-preview-stack {
    inset: 10px;
    border-radius: 18px;
  }

  .orbit-center-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .orbit-center-copy strong {
    font-size: 15px;
  }

  .orbit-node-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 16px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--soft-shadow);
    transform: none;
  }

  .orbit-node {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(31, 39, 76, 0.1);
  }

  .orbit-node:hover,
  .orbit-node:focus-visible,
  .orbit-node.is-active {
    transform: none;
  }

  .orbit-platform {
    display: none;
  }

  .orbit-icon,
  .orbit-icon svg {
    width: 24px;
    height: 24px;
  }

  .orbit-callout,
  .orbit-side-right .orbit-callout,
  .orbit-side-left .orbit-callout,
  .orbit-side-top .orbit-callout,
  .orbit-side-bottom .orbit-callout,
  .orbit-side-right .orbit-callout.is-active,
  .orbit-side-left .orbit-callout.is-active,
  .orbit-side-top .orbit-callout.is-active,
  .orbit-side-bottom .orbit-callout.is-active,
  .orbit-callout.is-active {
    position: static;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    text-align: left;
    transform: none;
    backdrop-filter: none;
  }

  .orbit-callout h3 {
    margin-top: 5px;
    font-size: 18px;
  }

  .orbit-callout p {
    font-size: 14px;
    line-height: 1.55;
  }

  .home-roadmap {
    gap: 18px;
    padding: 4px 0;
  }

  .home-roadmap::before {
    top: 42px;
    bottom: 42px;
    left: 42px;
    transform: none;
  }

  .roadmap-item,
  .roadmap-item:nth-child(odd),
  .roadmap-item:nth-child(even) {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
  }

  .roadmap-node,
  .roadmap-item:nth-child(odd) .roadmap-node,
  .roadmap-item:nth-child(even) .roadmap-node {
    grid-column: 1;
    width: 84px;
    height: 84px;
    border-radius: 22px;
  }

  .roadmap-node img {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .roadmap-node span {
    right: -6px;
    bottom: -6px;
    width: 28px;
    height: 28px;
    border-width: 2px;
    font-size: 11px;
  }

  .roadmap-copy,
  .roadmap-item:nth-child(odd) .roadmap-copy,
  .roadmap-item:nth-child(even) .roadmap-copy {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    padding: 20px;
  }

  .roadmap-copy p:not(.roadmap-kicker) {
    font-size: 15px;
  }

  .feature-card,
  .feature-card:nth-child(6n + 1),
  .feature-card:nth-child(6n + 2),
  .feature-card:nth-child(6n + 3) {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .detail-card {
    min-height: 0;
  }

  .cta-band {
    padding: 32px 22px;
  }

  .cta-actions .invite-form {
    min-width: 0;
  }

  .security-risk-grid,
  .security-boundary-grid {
    gap: 28px;
  }

  .security-risk-board,
  .security-question-panel,
  .security-boundary-callout,
  .security-protection-card,
  .security-checklist-grid article,
  .security-mistake-grid article {
    padding: 20px;
  }

  .security-protection-grid,
  .security-workflow,
  .security-checklist-grid,
  .security-mistake-grid {
    grid-template-columns: 1fr;
  }

  .security-protection-card,
  .security-checklist-grid article,
  .security-mistake-grid article {
    min-height: 0;
  }

  .security-boundary-callout {
    min-height: 220px;
  }

  .security-boundary-callout strong {
    font-size: 27px;
  }

  .security-limits {
    justify-content: flex-start;
  }

  .security-limits span {
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
  }
}

.html-wp-page .section.html-wp-intro {
  padding-top: 72px;
  padding-bottom: 72px;
}

.html-wp-page .intro-grid,
.html-wp-page .not-list,
.html-wp-page .quote-stack,
.html-wp-page .process-strip,
.html-wp-page .inspect-grid,
.html-wp-page .issue-grid,
.html-wp-page .launch-grid,
.html-wp-page .detailed-workflow {
  display: grid;
}

.html-wp-page .process-strip {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.html-wp-page .issue-grid,
.html-wp-page .detailed-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.html-wp-page .inspect-grid,
.html-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.html-wp-page .launch-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.html-wp-page .limit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .html-wp-page .process-strip,
  .html-wp-page .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lovable-wp-page .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .html-wp-page .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lovable-wp-page .launch-grid,
  .lovable-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .html-wp-page .intro-grid,
  .html-wp-page .fit-section .split {
    grid-template-columns: 1fr;
  }

  .html-wp-page .detailed-workflow,
  .html-wp-page .issue-grid,
  .html-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lovable-wp-page .detailed-workflow,
  .lovable-wp-page .issue-grid,
  .lovable-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .html-wp-page .inspect-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .html-wp-page .section.html-wp-intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .html-wp-page .intro-grid,
  .html-wp-page .quote-stack,
  .html-wp-page .process-strip,
  .html-wp-page .detailed-workflow,
  .html-wp-page .issue-grid,
  .html-wp-page .inspect-grid,
  .html-wp-page .launch-grid,
  .html-wp-page .limit-grid,
  .html-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .lovable-wp-page .detailed-workflow,
  .lovable-wp-page .issue-grid,
  .lovable-wp-page .inspect-grid,
  .lovable-wp-page .launch-grid,
  .lovable-wp-page .limit-grid,
  .lovable-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .lovable-wp-page .detailed-workflow .step,
  .lovable-wp-page .limit-card,
  .lovable-wp-page .related-card {
    min-height: 0;
  }
}

.webflow-wp-page .webflow-wp-hero {
  background:
    radial-gradient(circle at 18% 16%, rgba(53, 208, 173, 0.15), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 125, 92, 0.13), transparent 24%),
    linear-gradient(180deg, #fbfcff, #f6f8ff);
}

.webflow-wp-page .webflow-wp-hero .lede {
  max-width: 780px;
}

.webflow-wp-page .webflow-wp-visual .mockup-img {
  aspect-ratio: 16 / 11;
  object-position: top center;
}

.webflow-wp-page .section.webflow-wp-intro {
  padding-top: 72px;
  padding-bottom: 72px;
}

.webflow-wp-page .intro-grid,
.webflow-wp-page .not-list,
.webflow-wp-page .quote-stack,
.webflow-wp-page .process-strip,
.webflow-wp-page .inspect-grid,
.webflow-wp-page .issue-grid,
.webflow-wp-page .launch-grid,
.webflow-wp-page .detailed-workflow {
  display: grid;
}

.webflow-wp-page .source-card {
  max-width: none;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(79, 141, 247, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: var(--soft-shadow);
}

.webflow-wp-page .url-source-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 190, 88, 0.15), transparent 24%),
    linear-gradient(180deg, #ffffff, #fffaf3);
}

.webflow-wp-page .process-strip {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.webflow-wp-page .webflow-process-strip span {
  min-height: 176px;
}

.webflow-wp-page .issue-grid,
.webflow-wp-page .detailed-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webflow-wp-page .inspect-grid,
.webflow-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.webflow-wp-page .webflow-inspect-grid span {
  min-height: 84px;
}

.webflow-wp-page .launch-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.webflow-wp-page .limit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webflow-wp-page .faq {
  max-width: 980px;
  margin: 0 auto;
}

.webflow-wp-page .related-card {
  min-height: 278px;
}

@media (max-width: 1180px) {
  .webflow-wp-page .process-strip,
  .webflow-wp-page .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .webflow-wp-page .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .webflow-wp-page .intro-grid,
  .webflow-wp-page .fit-section .split {
    grid-template-columns: 1fr;
  }

  .webflow-wp-page .detailed-workflow,
  .webflow-wp-page .issue-grid,
  .webflow-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webflow-wp-page .inspect-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .webflow-wp-page .section.webflow-wp-intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .webflow-wp-page .inner-hero {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 22px;
  }

  .webflow-wp-page .inner-hero h1 {
    font-size: 31px;
    line-height: 1.1;
  }

  .webflow-wp-page .inner-hero .lede {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .webflow-wp-page .hero-plan-list {
    margin-top: 18px;
  }

  .webflow-wp-page .intro-grid,
  .webflow-wp-page .quote-stack,
  .webflow-wp-page .process-strip,
  .webflow-wp-page .detailed-workflow,
  .webflow-wp-page .issue-grid,
  .webflow-wp-page .inspect-grid,
  .webflow-wp-page .launch-grid,
  .webflow-wp-page .limit-grid,
  .webflow-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .webflow-wp-page .detailed-workflow .step,
  .webflow-wp-page .limit-card,
  .webflow-wp-page .related-card {
    min-height: 0;
  }
}

.html-wp-page.accurate-wp-page > section:not(.accurate-live) {
  display: none;
}

.html-wp-page.accurate-wp-page .accurate-hero .inner-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 46px;
}

.html-wp-page.accurate-wp-page .accurate-hero h1 {
  max-width: 820px;
  font-size: 52px;
  line-height: 1.04;
}

.html-wp-page.accurate-wp-page .accurate-hero .lede {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
}

.html-wp-page.accurate-wp-page .detailed-workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.html-wp-page.accurate-wp-page .detailed-workflow .step {
  min-height: 330px;
}

.html-wp-page.accurate-wp-page .accurate-workflow .step:nth-child(7) {
  grid-column: span 3;
  min-height: 220px;
}

.html-wp-page.accurate-wp-page .inspect-grid,
.html-wp-page.accurate-wp-page .related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.html-wp-page.accurate-wp-page .launch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.html-wp-page.accurate-wp-page .limit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .html-wp-page.accurate-wp-page .accurate-hero .inner-hero-grid {
    grid-template-columns: 1fr;
  }

  .html-wp-page.accurate-wp-page .limit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .html-wp-page.accurate-wp-page .related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .html-wp-page.accurate-wp-page .detailed-workflow,
  .html-wp-page.accurate-wp-page .launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .html-wp-page.accurate-wp-page .accurate-workflow .step:nth-child(7) {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .html-wp-page.accurate-wp-page .accurate-hero {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .html-wp-page.accurate-wp-page .accurate-hero h1 {
    font-size: 33px;
    line-height: 1.12;
  }

  .html-wp-page.accurate-wp-page .accurate-hero .lede {
    font-size: 16px;
    line-height: 1.58;
  }

  .html-wp-page.accurate-wp-page .accurate-visual {
    display: none;
  }

  .html-wp-page.accurate-wp-page .intro-grid,
  .html-wp-page.accurate-wp-page .quote-stack,
  .html-wp-page.accurate-wp-page .detailed-workflow,
  .html-wp-page.accurate-wp-page .inspect-grid,
  .html-wp-page.accurate-wp-page .launch-grid,
  .html-wp-page.accurate-wp-page .limit-grid,
  .html-wp-page.accurate-wp-page .related-grid {
    grid-template-columns: 1fr;
  }

  .html-wp-page.accurate-wp-page .accurate-workflow .step:nth-child(7),
  .html-wp-page.accurate-wp-page .detailed-workflow .step,
  .html-wp-page.accurate-wp-page .launch-grid article,
  .html-wp-page.accurate-wp-page .limit-card,
  .html-wp-page.accurate-wp-page .related-card {
    grid-column: auto;
    min-height: 0;
  }
}

.client-handoff-page main {
  background: #ffffff;
}

.client-handoff-page .ch-hero {
  padding: 74px max(28px, calc((100% - var(--wide)) / 2)) 64px;
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.94), rgba(255, 255, 255, 1) 82%),
    url("../images/hero-clouds.png");
  background-size: cover;
  background-position: center top;
}

.client-handoff-page .ch-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 64px;
  align-items: center;
}

.client-handoff-page .ch-hero-copy {
  max-width: 720px;
}

.client-handoff-page .ch-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: 58px;
  line-height: 1.03;
}

.client-handoff-page .ch-hero .lede {
  max-width: 680px;
  margin-top: 24px;
  color: #4f586d;
  font-size: 19px;
  line-height: 1.64;
}

.client-handoff-page .ch-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.client-handoff-page .ch-hero-proof span,
.client-handoff-page .ch-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #dfe5f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #35405b;
  font-size: 13px;
  font-weight: 800;
}

.client-handoff-page .ch-console {
  overflow: hidden;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 90px rgba(24, 34, 70, 0.16);
}

.client-handoff-page .ch-console-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid #e8edf6;
  background: #fbfcff;
  color: #6d7487;
  font-size: 13px;
  font-weight: 800;
}

.client-handoff-page .ch-console-bar strong {
  color: var(--ink);
}

.client-handoff-page .ch-console img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.client-handoff-page .ch-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #e8edf6;
}

.client-handoff-page .ch-status-grid div {
  display: grid;
  gap: 5px;
  padding: 16px;
  background: #ffffff;
}

.client-handoff-page .ch-status-grid strong {
  color: var(--ink);
  font-size: 14px;
}

.client-handoff-page .ch-status-grid span {
  color: #697286;
  font-size: 13px;
  line-height: 1.45;
}

.client-handoff-page .ch-answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
  padding: 34px;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  box-shadow: var(--soft-shadow);
}

.client-handoff-page .ch-answer h2,
.client-handoff-page .ch-controls-grid h2,
.client-handoff-page .ch-proof-grid h2 {
  margin-bottom: 14px;
}

.client-handoff-page .ch-answer p,
.client-handoff-page .ch-controls-grid p,
.client-handoff-page .ch-proof-grid p,
.client-handoff-page .ch-mistake-list p,
.client-handoff-page .ch-check-grid p,
.client-handoff-page .ch-workflow p,
.client-handoff-page .ch-tension-grid p {
  color: #5e687d;
  font-size: 16px;
  line-height: 1.68;
}

.client-handoff-page .ch-check-list,
.client-handoff-page .ch-matrix ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.client-handoff-page .ch-check-list li,
.client-handoff-page .ch-matrix li {
  position: relative;
  padding-left: 22px;
  color: #303951;
  font-weight: 700;
  line-height: 1.45;
}

.client-handoff-page .ch-check-list li::before,
.client-handoff-page .ch-matrix li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  transform: translateY(-50%);
}

.client-handoff-page .ch-problem-section,
.client-handoff-page .ch-workflow-section,
.client-handoff-page .ch-checklist-section,
.client-handoff-page .ch-mistakes-section,
.client-handoff-page .ch-related-section {
  padding-left: max(28px, calc((100% - var(--container)) / 2));
  padding-right: max(28px, calc((100% - var(--container)) / 2));
}

.client-handoff-page .ch-tension-grid,
.client-handoff-page .ch-matrix,
.client-handoff-page .ch-check-grid,
.client-handoff-page .ch-proof-cards,
.client-handoff-page .ch-use-grid {
  display: grid;
  gap: 18px;
}

.client-handoff-page .ch-tension-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-handoff-page .ch-tension-grid article,
.client-handoff-page .ch-matrix article,
.client-handoff-page .ch-check-grid article,
.client-handoff-page .ch-proof-cards article,
.client-handoff-page .ch-mistake-list article,
.client-handoff-page .ch-use-grid article {
  border: 1px solid #e0e6f1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(30, 40, 84, 0.08);
}

.client-handoff-page .ch-tension-grid article {
  min-height: 330px;
  padding: 28px;
}

.client-handoff-page .ch-tension-grid h3,
.client-handoff-page .ch-matrix h3,
.client-handoff-page .ch-check-grid h3,
.client-handoff-page .ch-mistake-list h3 {
  margin: 14px 0 10px;
}

.client-handoff-page .ch-tag.danger {
  border-color: rgba(255, 125, 92, 0.42);
  color: #9f3b25;
  background: #fff4ef;
}

.client-handoff-page .ch-tag.warning {
  border-color: rgba(255, 190, 88, 0.56);
  color: #7a520d;
  background: #fff8e8;
}

.client-handoff-page .ch-middle-card {
  background:
    linear-gradient(180deg, #ffffff, #f4fff9);
}

.client-handoff-page .ch-controls-section {
  background:
    linear-gradient(180deg, #f8fbff, #f4f7fb);
}

.client-handoff-page .ch-controls-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 58px;
  align-items: center;
}

.client-handoff-page .ch-controls-grid .copy-block {
  max-width: 520px;
}

.client-handoff-page .ch-controls-grid .button {
  margin-top: 8px;
}

.client-handoff-page .ch-matrix {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-handoff-page .ch-matrix article {
  padding: 28px;
  min-height: 360px;
}

.client-handoff-page .ch-workflow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.client-handoff-page .ch-workflow article {
  min-height: 320px;
  padding: 24px;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.client-handoff-page .ch-workflow span,
.client-handoff-page .ch-mistake-list span {
  display: inline-flex;
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
}

.client-handoff-page .ch-workflow h3 {
  margin: 22px 0 10px;
}

.client-handoff-page .ch-preview-shell {
  border-radius: 8px;
}

.client-handoff-page .ch-preview-shell .mockup-img {
  object-position: top center;
}

.client-handoff-page .ch-check-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-handoff-page .ch-check-grid article {
  min-height: 210px;
  padding: 24px;
}

.client-handoff-page .ch-check-grid h3 {
  margin-top: 0;
}

.client-handoff-page .ch-proof-section,
.client-handoff-page .ch-use-section {
  background:
    linear-gradient(180deg, #fbfcff, #f5f8fc);
}

.client-handoff-page .ch-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 58px;
  align-items: center;
}

.client-handoff-page .ch-proof-cards article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 22px;
}

.client-handoff-page .ch-proof-cards strong {
  color: var(--ink);
}

.client-handoff-page .ch-proof-cards span {
  color: #5e687d;
  line-height: 1.6;
}

.client-handoff-page .ch-mistake-list {
  display: grid;
  gap: 12px;
}

.client-handoff-page .ch-mistake-list article {
  display: grid;
  grid-template-columns: 56px 260px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
}

.client-handoff-page .ch-mistake-list h3,
.client-handoff-page .ch-mistake-list p {
  margin: 0;
}

.client-handoff-page .ch-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-handoff-page .ch-use-grid article {
  min-height: 118px;
  padding: 24px;
  color: #273149;
  font-weight: 800;
  line-height: 1.45;
}

.client-handoff-page .ch-faq {
  max-width: 980px;
  margin: 0 auto;
}

.client-handoff-page .ch-related-section .related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-handoff-page .ch-final-cta {
  border-radius: 0;
}

@media (max-width: 1180px) {
  .client-handoff-page .ch-hero-grid,
  .client-handoff-page .ch-controls-grid,
  .client-handoff-page .ch-proof-grid {
    grid-template-columns: 1fr;
  }

  .client-handoff-page .ch-hero-copy,
  .client-handoff-page .ch-controls-grid .copy-block {
    max-width: 780px;
  }

  .client-handoff-page .ch-workflow,
  .client-handoff-page .ch-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-handoff-page .ch-related-section .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .client-handoff-page .ch-tension-grid,
  .client-handoff-page .ch-matrix,
  .client-handoff-page .ch-use-grid,
  .client-handoff-page .ch-answer {
    grid-template-columns: 1fr;
  }

  .client-handoff-page .ch-mistake-list article {
    grid-template-columns: 44px 1fr;
  }

  .client-handoff-page .ch-mistake-list p {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .client-handoff-page .ch-hero {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .client-handoff-page .ch-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .client-handoff-page .ch-hero .lede {
    font-size: 16px;
    line-height: 1.58;
  }

  .client-handoff-page .ch-console-bar,
  .client-handoff-page .ch-status-grid,
  .client-handoff-page .ch-workflow,
  .client-handoff-page .ch-check-grid,
  .client-handoff-page .ch-related-section .related-grid {
    grid-template-columns: 1fr;
  }

  .client-handoff-page .ch-answer,
  .client-handoff-page .ch-tension-grid article,
  .client-handoff-page .ch-matrix article,
  .client-handoff-page .ch-check-grid article {
    padding: 22px;
  }

  .client-handoff-page .ch-tension-grid article,
  .client-handoff-page .ch-matrix article,
  .client-handoff-page .ch-workflow article,
  .client-handoff-page .ch-check-grid article,
  .client-handoff-page .ch-use-grid article {
    min-height: 0;
  }

  .client-handoff-page .ch-proof-cards article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
